MessageResponseCcRecipients Property |
Represents a collection of recipients that will receive a copy of the message.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Mailbox> CcRecipients { get; }Public ReadOnly Property CcRecipients As IList(Of Mailbox)
Get
Property Value
Type:
IListMailbox
See Also